PstFileOpen(String, Encoding) Method
Opens the specified file path.
Namespace: Independentsoft.PstAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public void Open(
string filePath,
Encoding encoding
)
Public Sub Open (
filePath As String,
encoding As Encoding
)
Parameters
- filePath String
- The file path.
- encoding Encoding
- The encoding.